Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compiler] fix object creation #1184

Merged
merged 11 commits into from
Oct 8, 2024
Merged

Conversation

Jim8y
Copy link
Contributor

@Jim8y Jim8y commented Sep 29, 2024

This pr fix the problem that we can not create Map or List object with initializer.

The reason of this is that Map and List has no explicitly defined Property.

shargon and others added 6 commits September 30, 2024 09:49
# Conflicts:
#	tests/Neo.Compiler.CSharp.TestContracts/Contract_PropertyMethod.cs
#	tests/Neo.Compiler.CSharp.UnitTests/TestingArtifacts/Contract_PropertyMethod.cs
#	tests/Neo.Compiler.CSharp.UnitTests/UnitTest_Property_Method.cs
# Conflicts:
#	tests/Neo.Compiler.CSharp.UnitTests/TestingArtifacts/Contract_NEP11.cs
#	tests/Neo.SmartContract.Framework.UnitTests/TestingArtifacts/Contract_SupportedStandard11Enum.cs
@Jim8y Jim8y requested a review from shargon October 4, 2024 12:12
@Jim8y Jim8y merged commit 17ec6d2 into neo-project:master Oct 8, 2024
3 checks passed
@Jim8y Jim8y deleted the fix-object-creation branch October 8, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants